Enable calling decode_coding_object with both SRC and DST_OBJECT Qnil
authorPo Lu <luangruo@yahoo.com>
Sat, 23 Mar 2024 10:14:12 +0000 (18:14 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 23 Mar 2024 10:14:12 +0000 (18:14 +0800)
commit0e83cbd90ecdf793b2422d9219886d91ea4c385a
tree39d1bf90691813cb33f69c10a1cef14f056c5729
parent023a5fe5a3bd2f20eb168bc4763fa98e14201fff
Enable calling decode_coding_object with both SRC and DST_OBJECT Qnil

* src/coding.c (growable_destination): A C destination is also
reallocable.
(produce_chars): Don't consider source and destination identical
if they are EQ but Qnil.
src/coding.c